home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / ntprog / vf_nt40 / vfwin.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1995-11-09  |  7KB  |  321 lines

  1. object Form1: TForm1
  2.   Left = 259
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'VF for Windows 95  v1.2  UNREGISTERED'
  7.   ClientHeight = 240
  8.   ClientWidth = 481
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnPaint = FormPaint
  20.   OnShow = RadioButton1Click
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 72
  26.     Width = 185
  27.     Height = 105
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = 200
  31.     Top = 72
  32.     Width = 193
  33.     Height = 105
  34.   end
  35.   object Image1: TImage
  36.     Left = 440
  37.     Top = 176
  38.     Width = 33
  39.     Height = 33
  40.     Picture.Data = {<image001.ico>}
  41.   end
  42.   object Bevel3: TBevel
  43.     Left = 8
  44.     Top = 184
  45.     Width = 385
  46.     Height = 33
  47.   end
  48.   object RadioButton1: TRadioButton
  49.     Left = 24
  50.     Top = 80
  51.     Width = 153
  52.     Height = 17
  53.     Caption = '&Open Folder'
  54.     Checked = True
  55.     TabOrder = 4
  56.     TabStop = True
  57.     OnClick = RadioButton1Click
  58.   end
  59.   object Button1: TButton
  60.     Left = 400
  61.     Top = 72
  62.     Width = 75
  63.     Height = 25
  64.     Caption = '&Start'
  65.     Default = True
  66.     TabOrder = 0
  67.     OnClick = Button1Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 400
  71.     Top = 96
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'E&xit'
  76.     TabOrder = 1
  77.     OnClick = Button2Click
  78.   end
  79.   object Button3: TButton
  80.     Left = 400
  81.     Top = 120
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Help'
  85.     TabOrder = 2
  86.     OnClick = Button3Click
  87.   end
  88.   object Button4: TButton
  89.     Left = 400
  90.     Top = 144
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'A&bout'
  94.     TabOrder = 3
  95.     OnClick = Button4Click
  96.   end
  97.   object RadioButton2: TRadioButton
  98.     Left = 24
  99.     Top = 128
  100.     Width = 113
  101.     Height = 17
  102.     Caption = 'Total &Free Space'
  103.     TabOrder = 6
  104.     OnClick = RadioButton2Click
  105.     OnDblClick = Button1Click
  106.   end
  107.   object RadioButton3: TRadioButton
  108.     Left = 24
  109.     Top = 104
  110.     Width = 113
  111.     Height = 17
  112.     Caption = 'Fi&nd Files'
  113.     Color = clBtnFace
  114.     ParentColor = False
  115.     TabOrder = 5
  116.     OnClick = RadioButton3Click
  117.   end
  118.   object RadioButton4: TRadioButton
  119.     Left = 216
  120.     Top = 104
  121.     Width = 161
  122.     Height = 17
  123.     Caption = 'Scan &All drives except'
  124.     Color = clBtnFace
  125.     ParentColor = False
  126.     TabOrder = 8
  127.     OnClick = RadioButton4Click
  128.   end
  129.   object RadioButton5: TRadioButton
  130.     Left = 216
  131.     Top = 128
  132.     Width = 161
  133.     Height = 17
  134.     Caption = 'Scan Drive and A&ppend'
  135.     TabOrder = 9
  136.     OnClick = RadioButton5Click
  137.   end
  138.   object RadioButton7: TRadioButton
  139.     Left = 216
  140.     Top = 80
  141.     Width = 161
  142.     Height = 17
  143.     Caption = 'Scan All &Drives'
  144.     TabOrder = 7
  145.     OnClick = RadioButton7Click
  146.   end
  147.   object RadioButton8: TRadioButton
  148.     Left = 216
  149.     Top = 152
  150.     Width = 161
  151.     Height = 17
  152.     Caption = 'Scan Drive &C Only'
  153.     TabOrder = 10
  154.     OnClick = RadioButton8Click
  155.   end
  156.   object StatusBar1: TStatusBar
  157.     Left = 0
  158.     Top = 221
  159.     Width = 481
  160.     Height = 19
  161.     Enabled = False
  162.     Panels = <>
  163.     SimplePanel = True
  164.   end
  165.   object Panel1: TPanel
  166.     Left = 8
  167.     Top = 8
  168.     Width = 465
  169.     Height = 25
  170.     BevelWidth = 5
  171.     BorderWidth = 1
  172.     BorderStyle = bsSingle
  173.     Caption = 'VF For Windows 95 (c) By Gisle Bjoerneseth - Norway 1996'
  174.     Color = clActiveCaption
  175.     Ctl3D = True
  176.     Font.Color = clInactiveCaptionText
  177.     Font.Height = -11
  178.     Font.Name = 'Lucida Handwriting'
  179.     Font.Style = [fsItalic]
  180.     ParentCtl3D = False
  181.     ParentFont = False
  182.     TabOrder = 13
  183.   end
  184.   object ComboBox1: TComboBox
  185.     Left = 8
  186.     Top = 40
  187.     Width = 465
  188.     Height = 21
  189.     DropDownCount = 6
  190.     ItemHeight = 13
  191.     TabOrder = 11
  192.   end
  193.   object CheckBox1: TCheckBox
  194.     Left = 24
  195.     Top = 192
  196.     Width = 169
  197.     Height = 17
  198.     Hint = 
  199.       'Opens the folder with the explorer instead of just opening the f' +
  200.       'older'
  201.     Caption = 'Use &Explorer when opening'
  202.     ParentShowHint = False
  203.     ShowHint = True
  204.     TabOrder = 14
  205.     OnClick = CheckBox1Click
  206.   end
  207.   object CheckBox2: TCheckBox
  208.     Left = 216
  209.     Top = 192
  210.     Width = 169
  211.     Height = 17
  212.     Caption = '&Tray instead of exit'
  213.     TabOrder = 15
  214.   end
  215.   object WinThread1: TWinThread
  216.     Left = 368
  217.     Top = 152
  218.     Width = 25
  219.     Height = 25
  220.     StackSize = 8192
  221.     ThreadProc = WinThread1ThreadProc
  222.     ThreadTerminate = WinThread1ThreadTerminate
  223.   end
  224.   object WinThread2: TWinThread
  225.     Left = 368
  226.     Top = 120
  227.     Width = 25
  228.     Height = 25
  229.     StackSize = 8192
  230.     ThreadProc = WinThread2ThreadProc
  231.     ThreadTerminate = WinThread2ThreadTerminate
  232.   end
  233.   object TrayIcon1: TTrayIcon
  234.     Active = False
  235.     ShowDesigning = False
  236.     Icon.Data = {<image002.ico>}
  237.     ToolTip = 'VF for Windows 95'
  238.     OnClick = TrayIcon1Click
  239.     PopupMenu = PopupMenu1
  240.     Left = 400
  241.     Top = 176
  242.   end
  243.   object Timer1: TTimer
  244.     Enabled = False
  245.     Interval = 1800000
  246.     OnTimer = Timer1Timer
  247.     Left = 362
  248.     Top = 186
  249.   end
  250.   object PopupMenu1: TPopupMenu
  251.     Left = 328
  252.     Top = 184
  253.     object Open1: TMenuItem
  254.       Caption = '&Open VF for Win95'
  255.       ShortCut = 0
  256.       OnClick = Open1Click
  257.     end
  258.     object DiskFree1: TMenuItem
  259.       Caption = 'Disk &Free'
  260.       ShortCut = 0
  261.       OnClick = DiskFree1Click
  262.     end
  263.     object ScanNOW1: TMenuItem
  264.       Caption = '&Scan Disks NOW !'
  265.       ShortCut = 0
  266.       OnClick = ScanNOW1Click
  267.     end
  268.     object N3: TMenuItem
  269.       Caption = '-'
  270.       ShortCut = 0
  271.     end
  272.     object DisableAutoscan1: TMenuItem
  273.       Caption = 'Disable Autoscan'
  274.       ShortCut = 0
  275.       OnClick = DisableAutoscan1Click
  276.     end
  277.     object N1: TMenuItem
  278.       Caption = '-'
  279.       ShortCut = 0
  280.     end
  281.     object About1: TMenuItem
  282.       Caption = '&Help'
  283.       ShortCut = 0
  284.       OnClick = About1Click
  285.     end
  286.     object About2: TMenuItem
  287.       Caption = 'About VF for Win95'
  288.       ShortCut = 0
  289.       OnClick = About2Click
  290.     end
  291.     object N4: TMenuItem
  292.       Caption = '-'
  293.       ShortCut = 0
  294.     end
  295.     object RestartComputer1: TMenuItem
  296.       Caption = 'Restart Computer'
  297.       ShortCut = 0
  298.       OnClick = RestartComputer1Click
  299.     end
  300.     object ShutDownWIN1: TMenuItem
  301.       Caption = 'Shutdown Computer'
  302.       ShortCut = 0
  303.       OnClick = ShutDownWIN1Click
  304.     end
  305.     object N2: TMenuItem
  306.       Caption = '-'
  307.       ShortCut = 0
  308.     end
  309.     object Setup1: TMenuItem
  310.       Caption = 'Setup Scan Parameters'
  311.       ShortCut = 0
  312.       OnClick = Setup1Click
  313.     end
  314.     object ExitVfforWin951: TMenuItem
  315.       Caption = 'E&xit VF for Win95'
  316.       ShortCut = 0
  317.       OnClick = ExitVfforWin951Click
  318.     end
  319.   end
  320. end
  321.